home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / bash / bash_108 / bash-108.zoo / src / version.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-09-12  |  295 b   |  9 lines

  1. /* Version control for the shell.  This file gets changed when you say
  2.    `make newversion' to the Makefile.  It is created by newversion.aux. */
  3.  
  4. /* The distribution version number of this shell. */
  5. #define DISTVERSION "1.08"
  6.  
  7. /* The last built version of this shell. */
  8. #define BUILDVERSION 2
  9.